home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / caistst.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  6.7 KB  |  138 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : CAISTESTS
  3. -- VERSION           : 860307
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : cig-info at mitre
  6. -- AUTHOR            : Mitre Corp.
  7. --                   : Rebecca Bowerman        Helen Gill
  8. --                   : Chuck Howell        Robbie Hutchison
  9. --                   : Mike McClimens
  10. -- COPYRIGHT         : 
  11. -- DATE CREATED      : 07 MAR 86
  12. -- DATE RELEASED     : 07 MAR 86
  13. -- DATE LAST UPDATED : 07 MAR 86
  14. -- LOCATION          : ASR
  15. -- ENVIRONMENT       : Vax 8600
  16. --                   : UNIX
  17. --                   : Verdix Ada Development Sys
  18. --= CLASSIFICATION       ===============================================--
  19. -- CATEGORY LEVEL 1  : CAIS
  20. -- CATEGORY LEVEL 2  : Specific Implementation
  21. -- CATEGORY LEVEL 3  : Mitre CAIS
  22. -- CATEGORY LEVEL 4  : Test Routines
  23. -- KEYWORD           : Tool Interfaces
  24. -- KEYWORD           : Portability
  25. -- KEYWORD           : Stoneman
  26. -- KEYWORD           : Operating System Calls
  27. -- KEYWORD           : Host-Dependencies
  28. -- KEYWORD           : MIL-STD-CAIS
  29. -- KEYWORD           : APSE
  30. -- KEYWORD           : Programming Support Environment
  31. -- KEYWORD           : Regression Tests
  32. -- INDEX             : Tool Interfaces
  33. -- INDEX             : Portability
  34. -- INDEX             : Interfaces, Tool
  35. -- INDEX             : Stoneman
  36. -- INDEX             : Operating System Calls
  37. -- INDEX             : Calls, Operating System
  38. -- INDEX             : Host Dependencies
  39. -- INDEX             : Dependencies, Host
  40. -- INDEX             : MIL-STD-CAIS
  41. -- INDEX             : CAIS
  42. -- INDEX             : APSE
  43. -- INDEX             : Programming Support Environment
  44. -- INDEX             : Environment, Programming Support
  45. -- INDEX             : Common APSE Interface Set
  46. -- INDEX             : Regression Tests
  47. -- INDEX             : Tests, Regression
  48. -- TAXONOMY          : 
  49. -- DEPENDENCIES      : 
  50. -- SEE ALSO          : 
  51. --= FILE LISTING         ===============================================--
  52. -- FILE SPECS        : PD:<ADA.CAIS>CAISTESTS.*
  53. -- DIRECTORY DISPLAY :
  54. -- Directory   PD:<ADA.CAIS>
  55. --      File Name     Byte Count  Line Count
  56. --   ---------------  ----------  ----------
  57. --   CAISTESTS.PRO          6084         120
  58. --   CAISTESTS.SRC        385816       12377
  59. --   ===============  ==========  ==========
  60. --     2 Files            391900       12497
  61. --= ABSTRACT             ===============================================--
  62. --         This  set  of  tests exercises a wide range of the implemented
  63. -- CAIS interfaces.  In general  the  results  of  the  tests  are  self-
  64. -- documenting.   However they are programmer-developed tests and are not
  65. -- as rigorous as might be expected for acceptance  testing.   They  also
  66. -- vary  in  style.  In some instances dependencies upon the state of the
  67. -- node model remain in these tests and thus  may  require  modification.
  68. -- The tests are:
  69. -- 
  70. --    attribute_ex.a               => Test Exceptions on Attribute Com
  71. --    cais_commandos.a             => Set of Interactive CAIS Commands
  72. --    copytree_test.a              => Tests Copy_Tree(+Node), Rename
  73. --    existree_ex.a                => Same as Nodetree_ex sans Creates
  74. --    io_ex_create_test.a          => Test Exceptions on Text_Io.Create
  75. --    io_ex_open_test.a            => Test Exceptions on Text_Io.Open
  76. --    io_ex_delete_test.a          => Test Exceptions on Text_Io.Delete
  77. --    list_test_02_12.a            => Tests List_Utilities 5.4.2 - 12
  78. --    list_test_13_ss.a            => Tests List_Utilities 5.4.13 - 23
  79. --    list_tstex.a                 => Tests Exceptions on List_Utilities
  80. --    listutst.a                   => Five Quick List_Utilities Tests
  81. --    list_utilities_tests-body.a        => Part of Above
  82. --    list_utilities_tests-spec.a        => Part of Above
  83. --    natt_tst_all.a               => Test Node Attribute Commands
  84. --    natt_tst_it.a                => Test Node Attribute Iterators
  85. --    new_user.a                   => Adds New_Users
  86. --    node_mgnt.a                  => Tests some of Node-Management
  87. --    node_management_tests-body.a       => Part of Above
  88. --    node_management_tests-body.a       => Part of Above
  89. --    nodetree_ex.a                => Tests some Node_Management Excep.
  90. --    nodetree_cleanup.a                 => Deletes Nodes from Above
  91. --    patt_tst_all.a               => Test Path Attribute Commands
  92. --    patt_tst_it.a                => Test Path Attribute Iterators
  93. --    struct_nodes.a               => Main for Structural_Nodes test
  94. --    structural_nodes_tests-body.a      => Part of Above
  95. --    structural_nodes_tests-spec.a      => Part of Above
  96. --    test_internals.a             => Test Window into Cais Insides
  97. --    test_node_iterate.a          => Tests Node Iterate
  98. --    text_test.a                  => Tests some of Text_Io
  99. --    text_io_tests-body.a               => Part of Above
  100. --    text_io_tests-spec.a               => Part of Above
  101. -- 
  102. --         The tests should be run when the CAIS is installed  and  users
  103. -- have  been  added.   They  can also be run as regression tests, if the
  104. -- CAIS code is modified.  They may be helpful as  supplementary  (though
  105. -- rudimentary) examples to MIL-STD-CAIS.
  106. --= REVISION HISTORY     ===============================================--
  107. --
  108. -- DATE      VERSION AUTHOR        HISTORY
  109. -- 03/07/85  860307  Mitre Corp    Initial Release
  110. --= RELEASE NOTICE       ===============================================--
  111. -- This prologue must be included in all copies of this software.
  112. --
  113. -- This software is released to the Public Domain (note:
  114. --   software released to the Public Domain is not subject
  115. --   to copyright protection).
  116. --
  117. -- Restrictions on use or distribution:  Although there are
  118. --      no current plans to provide maintenance for this set of
  119. --      CAIS tests, further modifications are planned. We would
  120. --      appreciate your reporting problems and experiences to:
  121. --              
  122. --                cig-info at mitre    (net address)
  123. --
  124. --      or call at:
  125. --
  126. --                (703)  883-7858
  127. --= DISCLAIMER           ===============================================--
  128. --    This software and its documentation are provided "AS IS" and
  129. -- without any expressed or implied warranties whatsoever.  No warranties
  130. -- as to performance, merchantability, or fitness for a particular
  131. -- purpose exist.
  132. --    The user is advised to test the software thoroughly before
  133. -- relying on it.  The user must assume the entire risk and liability of
  134. -- using this software.  In no event shall any person or organization of
  135. -- people be held responsible for any direct, indirect, consequential or
  136. -- inconsequential damages or lost profits.
  137. --======================================================================--
  138.